.jy-r-con {
    flex-shrink: 0;
    width: 360px;
    margin-left: 20px;
}

.jy-r-guide-name {
    border-bottom: 1px solid #cecece;
    overflow: hidden;
    margin-bottom: 15px;
}

.jy-r-name-con {
    float: left;
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #2d30b1;
    padding: 0 20px 0 15px;
}

.jy-r-name-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
}

.jy-r-name-block img {
    float: left;
    display: inline-block;
    flex-shrink: 0;
    width: auto;
    margin-right: 8px;
}

.jy-r-name-block span {
    display: block;
    line-height: 2.3;
    font-size: 1.2rem;
    color: #333333;
    font-weight: bold;
}

/*hot-guide*/
.hot-guide-block {
    width: 360px;
    background: #FFF;
    position: relative;
}

.hot-guide-block-list {
    height: 400px;
    position: relative;
}

img.list-load {
    position: absolute;
    display: block;
    width: 24px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.deep-red span, .red span, .orange span, .grey span {
    font-size: 1rem;
    font-weight: bold;
    margin:0 8px;
}

.deep-red span {
    color: #cc0000;
}

.red span {
    color: #f74646;
}

.orange span {
    color: #ff7a22;
}

.grey span {
    color: #cccccc;
}

.hot-item {
    line-height: 2.5rem;
    font-size: 1rem;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*wonderful-imgs*/
.wonderful-img-block {
    width: calc(100% - 30px);
    padding-top: calc(198 / 309 * calc(100% - 30px));
    position: relative;
    margin: 0 auto;
}

.wonderful-img-block-list {
    width: 360px;
    height: 232px;
    position: relative;
}

.wonderful-img-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-pagination-lunbo, .swiper-wonder-pagination-bar, .swiper-pagination-bar {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 56px;
    height: 3px;
    overflow: hidden;
    z-index: 200;
    background-color: #ccc;
    cursor: pointer;
}

.wonderful-img-block img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.wonderful-img-title {
    width: calc(100% - 38px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    padding: 8px 0 8px 8px;
    left: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    font-size: 1rem;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

@keyframes swiperProcess {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.swiper-imgs-news .swiper-slide {
    height: 232px;
}

.swiper-pagination-lunbo-active > .swiper-pagination-bar-inner, .swiper-pagination-bar-active > .swiper-pagination-bar-inner {
    display: block;
    animation-name: swiperProcess;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

.swiper-pagination-bar-inner {
    background: #1a73e8;
    display: none;
    height: 100%;
}

.swiper-wonder-pagination-bar-active > .swiper-pagination-bar-inner {
    display: block;
    animation-name: swiperProcess;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

/*hot-videos*/
.hot-video-list {
    height: 1296px;
    position: relative;
}

.hot-video-block {
    width: calc(100% - 30px);
    padding-top: calc(198 / 309 * calc(100% - 30px));
    position: relative;
    margin: 0 auto;
}

.hot-video-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.hot-video-con img.hot-video-con-img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.hot-video-title {
    color: #5e5c5e;
    font-size: 1rem;
    text-align: center;
    width: calc(100% - 30px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2.5;
    margin: 0 auto 10px;
}

.hot-video-player {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -24.5px;
    z-index: 1;
}

/*download*/
.download-block {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 15px 15px 0 0;
    overflow: hidden;
}

.download-block ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.download-block ul li {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.8;
}

.download-block ul li img {
    width: 105px;
    display: block;
    margin-right: 10px;
}

.download-con {
    float: left;
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #2d30b1;
    padding: 0 20px 15px 15px;
}

.about-us {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #cecece;
}

.about-link {
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-link dd, .about-link dt, .about-link dd a {
    color: #2c67ce;
    font-size: 1rem;
    font-weight: bold;
}

.about-link dt {
    margin: -4px 16px 0;
}

.about-info {
    color: #000000;
    font-size: 1rem;
    line-height: 1.8;
}

.jy-12377logo {
    padding: 16px 0;
    cursor: pointer;
}

.jy-12377logo img {
    display: block;
    width: 100%;
}

/*fix-btn*/
.jy-fix-r {
    position: fixed;
    bottom: 72px;
    left: 50%;
    margin-left: 550px;
    width: 64px;
    cursor: pointer;
    z-index: 111;
    outline: none;
    border: none;
}

.jy-r-refresh, .jy-go-top {
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #4288f2;
}
.jy-r-feedback{
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #4288f2;
    margin-bottom: 16px;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
}
.jy-go-top:hover {
    opacity: 0.8;
}

img.jy-refresh-img {
    transition: all 0.5s ease-in-out;
}

img.jy-refresh-img:hover {
    transform: rotate(180deg);
}

.jy-r-refresh {
    margin-bottom: 16px;
}

.jy-r-refresh img, .jy-go-top img {
    display: block;
    width: 100%;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-03-12 15:43:57" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->